Movie Trailer Website
Functionality
Criteria | Meet Specification |
---|---|
Is the page dynamically generated from a |
Page is dynamically generated from a |
Does the page present the required content (title, art, and link)? |
Page does present required content (movie title, box art and trailer link). |
Is the page error free? |
Page is error free. |
Code Quality
Criteria | Meet Specification |
---|---|
Is the code ready for personal review and neatly formatted according to the Python PEP-8 Guidelines? |
Code is ready for personal review and neatly formatted. Students should follow the Python PEP-8 Guidelines |
Comments
Criteria | Meet Specification |
---|---|
Are comments effectively used to explain longer code procedures? |
Comments effectively explain longer code procedures. |
Documentation
Criteria | Meet Specification |
---|---|
Is there a |
A |
Tips to make your project standout:
- Alter the
HTML/CSS/JS
to improve the look of the page. - Use an
API
to supply movie data.